Skip to content

Conversation

@iphyokafor
Copy link
Contributor

What does this PR do?

Description of Task to be completed?

How should this manually be Tested?

What are the relevant Pivotal Tracker Trello stories?

Screenshots (if appropriate)

down: (queryInterface, Sequelize) => queryInterface.bulkDelete('Users', null, {})
};
// eslint-disable-next-line no-unused-vars
down: (queryInterface, Sequelize) => queryInterface.bulkDelete('Users', null, {})
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Expected indentation of 2 spaces but found 4 indent

// eslint-disable-next-line no-unused-vars
down: (queryInterface, Sequelize) => queryInterface.bulkDelete('Users', null, {})
};
// eslint-disable-next-line no-unused-vars
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Expected indentation of 2 spaces but found 4 indent

updated_at: new Date()
}
], {}
),
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Expected indentation of 2 spaces but found 4 indent
Unexpected newline before ')' function-paren-newline

created_at: new Date(),
updated_at: new Date()
}
], {}
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Expected indentation of 4 spaces but found 8 indent

id: uuidv4(),
first_name: 'Orella',
last_name: 'Tipler',
email: '[email protected]',
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Expected indentation of 6 spaces but found 16 indent

{
id: uuidv4(),
first_name: 'Orella',
last_name: 'Tipler',
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Expected indentation of 6 spaces but found 16 indent

},
{
id: uuidv4(),
first_name: 'Orella',
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Expected indentation of 6 spaces but found 16 indent

updated_at: new Date()
},
{
id: uuidv4(),
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Expected indentation of 6 spaces but found 16 indent

created_at: new Date(),
updated_at: new Date()
},
{
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Expected indentation of 4 spaces but found 12 indent

@meetKazuki
Copy link
Contributor

Fix the lint errors so that we can have this merged

@maestro-1
Copy link
Contributor

please fix the lint errors.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants